'Declaration Public Overloads Overrides Function GetProperties( _
ByVal contextAn System.ComponentModel.ITypeDescriptorContext, предоставляющий контекст формата.As System.ComponentModel.ITypeDescriptorContext, _
ByVal valueSystem.Object, который указывает тип массива, для которого необходимо получить свойства.As System.Object, _
ByVal attributesМассив типа System.Attribute, который используется в качестве фильтра.() As System.Attribute _
) As System.ComponentModel.PropertyDescriptorCollection
public override System.ComponentModel.PropertyDescriptorCollection GetProperties(
System.ComponentModel.ITypeDescriptorContext context,
System.Object value,
System.Attribute[] attributes
)
public: System.ComponentModel.PropertyDescriptorCollection* GetProperties(
System.ComponentModel.ITypeDescriptorContext* context,
System.Object value,
System.Attribute*[]* attributes
); override
public:
System.ComponentModel.PropertyDescriptorCollection^ GetProperties(
System.ComponentModel.ITypeDescriptorContext^ context,
System.Object value,
array<System.Attribute^>^ attributes
); override
Parameters
- context
- An System.ComponentModel.ITypeDescriptorContext, предоставляющий контекст формата.
- value
- System.Object, который указывает тип массива, для которого необходимо получить свойства.
- attributes
- Массив типа System.Attribute, который используется в качестве фильтра.
Return Value
System.ComponentModel.PropertyDescriptorCollection со свойствами, которые представлены для этого типа данных, или null, если свойств нет.